home *** CD-ROM | disk | FTP | other *** search
- ;
- ; MAGNUM ONE CD-ROM
- ;
- ; ROMDOOR CONFIG FILE
- ; (C) Jim Snowden
- ; Helix Software Foundation
- ;
- ; Please read romdoor.doc for complete descriptions on the following items.
- ; Note that the -C command line parameter will tell ROMDOOR which config
- ; file to use, and if none is given, ROMDOOR will use ansidoor.cfg in the
- ; current directory.
- ;
- ;
- ; The following tells romdoor which drive the cd-rom is setup on. ONLY
- ; use this if you specified the OFF switch when creating the allfiles.dat.
- ;
- CDROM_DRIVE ?
- ;
- ; This is where your remote transfer directory lies. (For BBS use only)
- ;
- XFER_DEST T:\ARCS\CDXFER
- ;
- ; This is the name of the file name for the file descriptions of the
- ; transfer directory (commonly files.bbs in the xfer directory...
- ; for BBS use only)
- ;
- XFER_DESC T:\ARCS\CDXFER\FILES.BBS
- ;
- ; Name of your BBS
- ;
- BBS_NAME "Magnum One"
- ;
- ; Each file "area" needs to be defined... the 1rst parm to AREA is
- ; the name of the descritpion file for the area and the 2nd is the name
- ; of the area.
- ;
- AREA 001.dir Utilities A - M
- AREA 002.dir Utilities N - Z
- AREA 003.dir Data Base/Word Processing
- AREA 004.dir Games 1
- AREA 005.dir Games 2
- AREA 006.dir Business & Finance
- AREA 007.dir Communications 1
- AREA 008.dir Communications 2
- AREA 009.dir Gif's
- AREA 010.dir Home * Personal Programs
- AREA 011.dir Graphics, Sound & Video
- AREA 012.dir ASM & C Language
- AREA 013.dir Miscellaneous
- AREA 014.dir Windows 1
- AREA 015.dir Windows 2
- AREA 016.dir Windows 3
- AREA 017.dir Printer Utilities
- AREA 018.dir Turbo Pascal & Pascal
- AREA 019.dir BBS Doors & Utilities
- AREA 020.dir BBS Utilities
- AREA 021.dir DesqView Utilities
- AREA 022.dir Hard, Floppy & Ram Drives
- AREA 023.dir Virus Utilities
- AREA 024.dir Icon's 1
- AREA 025.dir Icon's 2
- AREA 026.dir Educational Programs
- AREA 027.dir Other Operating Systems
- ;
- ; This is the decompression command for the CD, surrounded by quotes
- ; Leave a space at the end so the arc file is not right up against
- ; anything.
- ;
- DECOMP_COMMAND "XARC "
- ;
- ; Complete file list of CD
- ;
- ALL_FILES_LIST FILELIST.DAT
- ;
- ; This is the name of your catalog asc/ansi screen
- ;
- CATALOG dir
- ;
- ; This is the name of your introduction asc/ansi screen
- ;
- INTRO magnum
- ;
- ;
- ; This is the title of the CD
- ;
- CDROM_NAME "Magnum One"
- ;
- ; This is the default extension for copying files from the CD
- ; Be sure to include the . before the three letter extension.
- ;
- DEF_EXT .ARC
- ;
- ; This is the default extension for viewing text files from the CD
- ; Be sure to include the . before the three letter extension.
- ;
- DEF_TEXT_EXT .DOC
- ;
- ; This is the temp file that romdoor will use for searches, etc.
- ; Might want to make this one your vdisk if you have one that is over
- ; 100K
- ;
- TEMP_FILE \temp.$$$
- ;
- ; This is the compression listing/viewing utility that will be executed
- ; for local use
- ;
- LOCAL_COMP_UTL "none"
- ;
- ; This is the compression listing/viewing utility that will be executed
- ; for remote use
- ;
- REMOTE_COMP_UTL "va "
- ;
- ; This will determine whether ANSI screen control will be used.
- ; 0 = OFF 1 = ON
- ; Note that the -A command line parameter will overload this value.
- ;
- ANSI_DEFAULT 0
-